Skip to content

Upgrade to SDK 3.9#387

Merged
jeffrymorris merged 1 commit intomasterfrom
sdk-3.9
Feb 27, 2026
Merged

Upgrade to SDK 3.9#387
jeffrymorris merged 1 commit intomasterfrom
sdk-3.9

Conversation

@brantburnett
Copy link
Copy Markdown
Collaborator

Motivation

Ensure compatibility with the modern approach to AsyncEnumerable extensions found in .NET 10.

Modifications

  • Upgrade to the latest version of the Couchbase SDK, which uses System.Linq.Async 7.0.0
  • Address deprecation of the ToEnumerable extension
  • Upgrade some related packages

Fixes #386

Motivation
----------
Ensure compatibility with the modern approach to AsyncEnumerable
extensions found in .NET 10.

Modifications
-------------
- Upgrade to the latest version of the Couchbase SDK, which uses
  System.Linq.Async 7.0.0
- Address deprecation of the ToEnumerable extension
- Upgrade some related packages
@emilienbev emilienbev self-requested a review February 27, 2026 17:15
Copy link
Copy Markdown
Contributor

@jeffrymorris jeffrymorris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for the PR!

@jeffrymorris jeffrymorris merged commit e443f71 into master Feb 27, 2026
4 checks passed
@brantburnett brantburnett deleted the sdk-3.9 branch March 3, 2026 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for .net 10 with breaking change

3 participants